home *** CD-ROM | disk | FTP | other *** search
- Path: fc.hp.com!tomk
- From: tomk@fc.hp.com (Tom Kennedy)
- Newsgroups: comp.sys.amiga.hardware
- Subject: Re: ZIP-Drive and PC-TASK
- Date: 7 Mar 1996 04:47:50 GMT
- Organization: Hewlett-Packard Fort Collins Site
- Message-ID: <4hlppm$l7r@fcnews.fc.hp.com>
- References: <31266C34.62D5@unet.univie.ac.at> <1655.6623T690T850@xmission.com> <Dn4r2u.E6C@actrix.gen.nz> <4grol0$5e4@nntp5.u.washington.edu> <4h2k6q$fug@fcnews.fc.hp.com>
- NNTP-Posting-Host: magnum.fc.hp.com
- X-Newsreader: TIN [version 1.2 PL1.4]
-
- Tom Kennedy (tomk@fc.hp.com) wrote:
-
- : Have two mountlists for the Zip drive. One called PZC: with a
- : filesystem of CrossDOSFileSystem (used for the Amiga side to read the
- : messy-dos Zip disks), and another called PZ0:, with a filesystem of
- : anything else. (Both should have the same geometry, just different
- : filesystems.)
-
- I was asked to post my PC-TASK mountlist, so here it is:
-
- IZ0:
- /* Mountfile Entry Created: 12-Jul-95 19:46:24
- * for full CrossDOS Disk.
- *
- * Disk Size: 95.9 Meg
- * Vendor and drive name: 006 IOMEGA ZIP 100
- *
- * Dummy file system (Crossdos messy-dos hard drive file system changes
- * geometry) -> use this mountlist for PC-TASK
- */
- /* Disk size parameters.*/
- Surfaces = 2
- BlocksPerTrack = 32
- Lowcyl = 0
- Highcyl = 3071
- BufMemType = 0
- Blocksize = 512
- /* Device driver parameters.*/
- Device = 2nd.scsi.device
- Unit = 5
- /* Flags = 0x00000000 */
- /* File system parameters.*/
- Mask = 0xFFFFFFFE
- Maxtransfer = 0x00FFFFFF
- Reserved = 0
- Filesystem = L:CrossDOSFileSystem
- Stacksize = 2000
- Priority = 5
- Bootpri = -20
- Globvec = -1
- Buffers = 5
- Dostype = 0x4d534400
- Mount = 0
- #
-
- (The dostype feild can be anything except 0x4d534800, and the
- filesystem can be anything.)
-
- Note that PC-TASK does not support removable media, so you must reboot
- (or perhaps chkdsk -- I can't test it, since I have only one messy-dos
- zip disk) when you change disks.
-
- Tom Kennedy
-
-